@media (max-width: 1440px) { .header .navbar { margin-left: 3%; }
  .header .navbar li { padding-left: 40px; }
  .header .navbar li > a { font-size: 14px; }
  .header .tel { margin-left: 2%; font-size: 14px; }
  .header .tel .iconfont { font-size: 26px; }
  .header .tel span { font-size: 28px; } }

@media (max-width: 1200px) { .container { width: 1024px; }
  .header .navbar li { padding-left: 25px; }
  .header .tel span { margin-top: -4px; font-size: 22px; } }

@media (max-width: 1024px) { .header { height: auto; padding-top: 65px; padding-bottom: 15px; }
  .header .logo { position: absolute; top: 0; left: 35px; width: 30%; height: 60px; }
  .header .navbar { height: 35px; margin-left: 0; }
  .header .navbar li { line-height: 35px; padding-left: 0; margin-right: 40px; }
  .header .tel { position: absolute; top: 0; right: 35px; height: 60px; }
  .header .search { position: relative; right: 0; width: 260px !important; height: auto; margin-top: 0; margin-left: auto; }
  .header .search .btn { position: absolute; right: 0; top: 0; height: 35px; line-height: 35px; }
  .header .search .iconfont { color: #555; }
  .header .search .input-text { opacity: 1; top: 0; width: 100%; height: 35px; margin-top: 0; padding-left: 15px; padding-right: 55px; }
  .inside-header { padding-bottom: 15px; }
  .footer .contact .tel { padding-left: 15px; }
  .footer .contact .tel span { font-size: 24px; } }

@media (max-width: 768px) { .container { width: 768px; }
  .header .navbar li { margin-right: 25px; }
  .banner { height: 50vh; }
  .index-wrapper .item-head span { font-size: 90px; }
  .index-wrapper .item-head h3 { font-size: 30px; }
  .i-product .product-slide-tabbar a { margin: 0 10px; }
  .i-product .product-slide-children .swiper-slide { transform: scale(0.6); }
  .i-product .button-prev, .i-product .button-next { width: 70px; height: 50px; line-height: 50px; margin-top: -25px; font-size: 26px; }
  .i-strength ul { margin-left: -10px; margin-right: -10px; }
  .i-strength ul li { padding-left: 10px; padding-right: 10px; }
  .i-strength ul a { height: 200px; padding-left: 20px; }
  .i-news .afterscales { padding-left: 80px; }
  .inside-nav a { margin: 0 10px; }
  .list-img-wrapper ul { margin-left: -10px; margin-right: -10px; }
  .list-img-wrapper ul li { padding-left: 10px; padding-right: 10px; }
  .list-img-wrapper ul li .pic { height: 200px; line-height: 200px; }
  .message-wrapper { width: 100%; }
  .footer .contact .qrcode li img { padding-left: 5px; padding-right: 5px; }
  .footer .contact .tel { padding-left: 5px; }
  .footer .contact .tel span { font-size: 18px; }
  .f-bottom .copyright { width: 70%; line-height: 18px; } }

@media (max-width: 576px) { .container { width: 100%; }
  .navbtn { display: block; top: 15px; right: 10px; padding: 0 5px; border-radius: 4px; }
  .navbtn span { width: 25px; height: 2px; margin: 6px 0; }
  .navbtn.navclose { position: fixed; }
  .navbtn.navclose span:nth-child(1) { -moz-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); -webkit-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg); }
  .navbtn.navclose span:nth-child(3) { -moz-transform: translateY(-8px) rotate(-45deg); -ms-transform: translateY(-8px) rotate(-45deg); -webkit-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg); }
  .header { position: static; padding-top: 0; padding-bottom: 0; padding-left: 10px; padding-right: 10px; background-color: #106fc4; }
  .header .logo { position: static; width: 70%; }
  .header .navbar { position: fixed; z-index: 990; top: 0; left: -70%; float: none; display: block; width: 70%; height: 100%; padding-left: 15px; padding-right: 15px; padding-top: 15px; transition: left 0.5s; -webkit-transition: left 0.5s; -moz-transition: left 0.5s; -o-transition: left 0.5s; }
  .header .navbar li { float: none; margin-right: 0; overflow: hidden; }
  .header .navbar li:first-child > a { border-top-left-radius: 5px; border-top-right-radius: 5px; }
  .header .navbar li:last-child > a { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
  .header .navbar li > a { position: relative; z-index: 9; display: block; width: 100%; line-height: 45px; padding-left: 15px; color: #000; font-size: 14px; background-color: #fff; border-bottom: 0.8px solid #efefef; }
  .header .navbar li.current, .header .navbar li:hover { opacity: 1; }
  .header .navbar:before { content: ''; position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; background-color: #eee; }
  .header .navbar:after { content: ''; opacity: 0; visibility: hidden; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
  .header .navbar.nav-show { left: 0; transition: left 0.5s; -webkit-transition: left 0.5s; -moz-transition: left 0.5s; -o-transition: left 0.5s; }
  .header .navbar.nav-show:after { opacity: 1; visibility: inherit; }
  .header .tel { display: none; }
  .header .search { position: absolute; left: 0; top: 60px; width: 100% !important; border-bottom: 1px solid #eee; }
  .header .search .input-text { position: static; padding-right: 45px; border-radius: 0; }
  .header .search:hover .input-text { width: 100%; }
.header .navbar li.pc{display:none;}
.header .navbar li.wp{display:block;}
  .banner { height: 330px; margin-top: 35px; }
  .banner .button-next, .banner .button-prev { width: 35px; line-height: 35px; font-size: 24px; }
  .banner .swiper-pagination { bottom: 10px !important; }
  .banner .swiper-pagination span { width: 7px; height: 7px; }
  .inside-banner { min-height: 35px; }
  .index-wrapper .item-head { line-height: 50px; padding-top: 50px; }
  .index-wrapper .item-head span { font-size: 50px; }
  .index-wrapper .item-head h3 { padding-top: 50px; font-size: 22px; }
  .index-wrapper .item-more { width: 120px; line-height: 35px; margin-top: 30px; }
  .i-product { padding-bottom: 50px; }
  .i-product .product-slide-tabbar { margin-top: 30px; }
  .i-product .product-slide-tabbar a { min-width: 100px; line-height: 35px; margin: 5px; font-size: 14px; }
  .i-product .product-slide-tab-parent { margin-top: 30px; }
  .i-product .product-slide-children a h2 { margin-top: 15px; font-size: 14px; }
  .i-product .button-prev, .i-product .button-next { width: 50px; height: 35px; line-height: 35px; font-size: 16px; }
  .i-strength { padding-bottom: 50px; }
  .i-strength ul { margin-top: 30px; }
  .i-strength ul li { float: none; width: 100%; margin-bottom: 20px; }
  .i-news .item-head { float: none; }
  .i-news .news-slide-tabar { position: static; text-align: center; justify-content: center; }
  .i-news .news-slide-tabar a { margin-left: 10px; margin-right: 10px; font-size: 16px; }
  .i-news .news-slide { padding-top: 30px; }
  .i-news .news-slide .item-more { margin-top: 10px; }
  .i-news .afterscales { height: 150px; margin-top: 30px; padding-left: 30px; }
  .i-news .afterscales h3 { font-size: 22px; }
  .i-news .afterscales span { margin-top: 10px; font-size: 14px; }
  .i-sales-network { height: 160px; margin-top: 50px; }
  .i-sales-network h3 { font-size: 22px; }
  .i-sales-network .tel { padding-left: 50px; font-size: 24px; }
  .i-sales-network .tel .iconfont { width: 40px; height: 40px; line-height: 40px; margin-top: -20px; font-size: 30px; }
  .inside-wrapper { padding-top: 15px; padding-bottom: 50px; }
  .crumbs { font-size: 14px; }
  .inside-nav { margin-top: 30px; }
  .inside-nav a { width: auto; line-height: 32px; padding-left: 10px; padding-right: 10px; margin: 5px; font-size: 14px; }
  .list-img-wrapper ul { margin-left: -5px; margin-right: -5px; }
  .list-img-wrapper ul li { width: 50%; margin-top: 15px; padding-left: 5px; padding-right: 5px; }
  .list-img-wrapper ul li .pic { height: 150px; line-height: 150px; }
  .list-img-wrapper ul li .title { height: 40px; line-height: 40px; font-size: 14px; }
  .model-news-list .item { width: 100%; margin-bottom: 20px; }
  .model-news-list .title { margin-top: 15px; font-size: 16px; }
  .model-news-list .text { line-height: 1.6; padding-top: 10px; font-size: 14px; }
  .model-news-list .date { margin-top: 7px; }
  .list-news-wrapper { padding-top: 0; margin-left: 0; margin-right: 0; }
  .list-news-wrapper .item { margin-top: 30px; padding-left: 0; padding-right: 0; }
  .detail-wrapper { padding-top: 50px; padding-left: 0; padding-right: 0; }
  .detail-wrapper h1 { font-size: 18px; }
  .detail-wrapper .article-info { padding-bottom: 30px; }
  .detail-wrapper .article-info span { margin: 0 10px; font-size: 12px; }
  .detail-wrapper .content { padding-top: 30px; font-size: 14px; }
  .prev-next { padding-top: 50px; }
  .prev-next .fl { padding-right: 0; }
  .prev-next .fr { padding-left: 0; }
  .prev-next a { border-color: #106fc4; background-color: #106fc4; font-size: 0; }
  .prev-next .iconfont { color: #fff; }
  .list-join-wrapper ul { margin-top: 30px; }
  .list-join-wrapper ul li { line-height: 45px; padding-left: 0; padding-right: 0; }
  .list-join-wrapper ul li a { font-size: 14px; }
  .list-join-wrapper ul li span { font-size: 14px; }
  .pagination { margin-top: 30px; }
  .pagination #ctl00_Main_DataPager1 { border: none; }
  .pagination a, .pagination span { font-size: 12px; }
  .message-wrapper { padding-top: 20px; }
  .message-wrapper .item { width: 100%; padding: 7px 0; }
  .message-wrapper .item.msg-con span { line-height: 1.2; }
  .message-wrapper .item span { line-height: 35px; }
  .message-wrapper .item input, .message-wrapper .item textarea { height: 35px; font-size: 14px; }
  .message-wrapper .item textarea { height: 150px; }
  .message-wrapper .operation { margin-top: 15px; }
  .message-wrapper .operation input { width: 90px; height: 35px; margin: 0 10px; font-size: 14px; }
  .footer .f-nav { float: none; display: block; width: 100%; height: auto; padding-top: 30px; border-right: none; }
  .footer .f-nav .item { float: none; width: 100% !important; margin-bottom: 15px; }
  .footer .f-nav h3 { font-size: 14px; }
  .footer .f-nav ul { margin-top: 5px; overflow: hidden; }
  .footer .f-nav ul li { float: left; width: auto !important; padding-top: 5px; padding-bottom: 5px; margin-right: 15px; font-size: 13px; }
  .footer .f-nav ul li:before { width: 3px; height: 3px; }
  .footer .contact { float: none; width: 100%; padding-left: 0; padding-top: 20px; padding-bottom: 20px; }
  .footer .contact ul { text-align: center; font-size: 0; }
  .footer .contact ul li { display: inline-block; }
  .footer .contact .tel { display: none; }
  .f-bottom .copyright { float: none; width: 100%; text-align: center; font-size: 13px; }
  .f-bottom .f-link { float: none; max-width: none; width: 140px; margin-left: auto; margin-right: auto; margin-top: 15px; }
  .f-bottom .f-link h3 { width: 100%; line-height: 30px; }
  .f-bottom .f-link ul { bottom: 30px; } }

/*# sourceMappingURL=../maps/style/media.css.map */
